home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BCI NET
/
BCI NET Dec 94.iso
/
archives
/
programming
/
source
/
modem_1.2.lha
/
modem
/
stdinc.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-09-04
|
296 b
|
18 lines
/*
This program is copyright 1990, 1993 Stephen Norris.
May be freely distributed provided this notice remains intact.
*/
#ifndef STDINC_H
#define STDINC_H
#include <stdio.h>
#include <stdlib.h>
#include <strings.h>
#include "support.h"
#define TRUE 1
#define FALSE 0
#endif